home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / shared.dir / 00206_no store framescript.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  175 b   |  8 lines

  1. on enterFrame
  2.   set the text of cast "storeLocation" to "no stores here" & RETURN & "Call 1-800-800-0032" & RETURN & "for a store near you!"
  3. end
  4.  
  5. on exitFrame
  6.   go(#loop)
  7. end
  8.